_loc1_["dataServiceNotInitialized"] = "DataService is uninitialized. Please first set a destination.";
_loc1_["noBatchWithId"] = "Unable to find the committed message batch with id {0} in the commit result handler.";
_loc1_["pendingRequestedItem"] = "Item requested item is not available. A request for the item is now pending.";
_loc1_["noPropertyInAssociation"] = "Associations must specify a property.";
_loc1_["identityNotUnique"] = "Identities for an object must be unique - {0}";
_loc1_["indexOutOfBounds"] = "Index \'{0}\' specified is out of bounds";
_loc1_["unresolvedConflictsExist"] = "There are unresolved conflicts";
_loc1_["managedItemUnavailable"] = "Managed items no longer available on the server for destination: {0}";
_loc1_["defaultValueNotIManaged"] = "Default must support IManaged or be anonymous. See [Managed] for more information.";
_loc1_["itemNotArrayCollection"] = "Property \'{0}\' on item with id \'{1}\' must be of type ArrayCollection.";
_loc1_["invalidTypeInStream"] = "SerializationProxy found an invalid type in the stream: {0}";
_loc1_["nullInputForDeleteItem"] = "null passed to deleteItem()";
_loc1_["resolveReferenceNotSingleAssociation"] = "resolveReference only used for single valued associations: {0}";
_loc1_["noRelationshipInAssociation"] = "Associations must specify one of the following relationships: one-to-one, one-to-many, many-to-one, or many-to-many";
_loc1_["noIdentityInAddReferenceAt"] = "no identity in addReferenceAt for: {0}";
_loc1_["integerOutOfRange"] = "Integer out of range: {0}";
_loc1_["itemNotIManaged"] = "Items must support IManaged. See [Managed] for more information: object: {0}";
_loc1_["nullItemForSetItemAt"] = "null values are not allowed.";
_loc1_["nullViewInputForFill"] = "Collection argument must have a non null value.";
_loc1_["collectionNotManaged"] = "ERROR getPageInformation(): Collection specified is not managed.";
_loc1_["requestedItemNull"] = "Item requested at index {1} was null and should not have been. Error for service \'{0}\'";
_loc1_["invalidReleaseItem"] = "Item specified in releaseItem() for destination \'{0}\' was not retrieved via getItem() or createItem() and cannot be released. {1}";
_loc1_["itemMissingAssociation"] = "Item added to destination: {0} is missing declared association property: {1}";
_loc1_["mergeBeforeCommit"] = "You must call merge to process incoming updates before you can commit your changes";
_loc1_["invalidRemoveDataList"] = "DataList specified in removeDataList() wasn\'t found. Error for destination \'{0}\' and list with collection id \'{1}\'.";
_loc1_["itemManagedByAnother"] = "Item with id \'{0}\' not managed by this service. Error on destination \'{1}\'.";
_loc1_["classNotIExternalizable"] = "Class: {0} must implement IExternalizable";
_loc1_["missingReferencedIdProperty"] = "Object instance needs an mx_internal::referencedIds property inorder to be managed: {0}";
_loc1_["pageSizeNotAllowed"] = "Operation not allowed when paging is disabled.";
_loc1_["itemAlreadyExists"] = "Item with id \'{0}\' already exists. Error on destination \'{1}\'";
_loc1_["collectionManagedByAnother"] = "ERROR fill(): collection specified is not managed by this service. Call release() with this collection first.";
_loc1_["alreadyResolvedConflict"] = "Attempt to resolve a Conflict that was already resolved. {0}";